home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ALPH.{_4 / CURRENT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  137b  |  7 lines

  1. #ifndef _ALPHA_CURRENT_H
  2. #define _ALPHA_CURRENT_H
  3.  
  4. register struct task_struct *current __asm__("$8");
  5.  
  6. #endif /* !(_ALPHA_CURRENT_H) */
  7.